• Optimizing MySQL: Deleting Data

    Updated: 2024-05-17 19:12:17
    In the previous parts of these MySQL optimization series, we told you how query optimization works on a high level, then walked you through how you should optimize queries that insert, read, or update data. Remember the laws of physics? “What goes up, must come down”? Translated into database terms, that means “the data that … The post Optimizing MySQL: Deleting Data appeared first on Simple Talk.

  • Power BI Treemap Chart Step-by-Step Tutorial

    Updated: 2024-05-17 05:00:00
    Learn how to use and format the treemap visual in Power BI in this step-by-step tutorial.

  • How to Sort String Date Values on a Power BI Slicer Visual

    Updated: 2024-05-16 05:00:00
    In this article, we look at how to build a slicer visual in Power BI and how to create a custom sort order for the slicer values.

  • Snake draft sorting in SQL Server, part 3

    Updated: 2024-05-15 22:57:07
    In part 2 of this series, I showed an example implementation of distributing a long-running workload in parallel, in order to finish faster. In reality, though, this involves more than just restoring databases. And I have significant skew to deal with: one database that is many times larger than all the rest and has a … The post Snake draft sorting in SQL Server, part 3 appeared first on Simple Talk.

  • Data and SaaS : Who owns your company’s Data?

    Updated: 2024-05-15 17:00:53
    On the era of SaaS, I see many companies hiring a lot of SaaS services. They create a dependency on them for their production operations. It may seems the company is saving work and being modern when joining e-commerce portals with SaaS ERP’s and other online providers. Event-driven architectures are modern, aren’t them? They can … The post Data and SaaS : Who owns your company’s Data? appeared first on Simple Talk.

  • Large Language Models with Azure AI Search and Python for OpenAI RAG

    Updated: 2024-05-15 05:00:00
    Learn how to infuse Azure SQL data with retrieval augment generation (RAG) which allows large language models (LLMs) such as GPT to provide answers to complex questions.

  • Analyzing Unplanned Availability Group Outages and Failovers using AGDiag

    Updated: 2024-05-14 05:00:00
    Learn how to use the AGDiag tool to troubleshoot and analyze SQL Server Always On Availability Group issues.

  • PowerBI premium capacity administration: dataset monitoring and tuning

    Updated: 2024-05-13 20:22:49
    Over the years Power BI has evolved into a complex and varied ecosystem of tools and solutions, which in its turn demands several supporting roles: there are, of course, developers, data engineers and data scientists, but there is need for one more, i.e. a capacity administrator. Of course some of these roles may be covered … The post PowerBI premium capacity administration: dataset monitoring and tuning appeared first on Simple Talk.

  • Microsoft Fabric Monitoring with Metrics App and Data Activator

    Updated: 2024-05-13 05:00:00
    In this article, learn about the Metrics App and Data Activator for Microsoft Fabric for monitoring and taking necessary administrative action to control Fabric capacity.

  • A Quick Guide on How to Containerize Your Application Using Docker

    Updated: 2024-05-10 15:33:25
    Containerization has removed boundaries that limit developers from working on one application using different systems. Thus, boosting developer collaboration and speeding the application deployment process. Containerization involves bundling and packaging applications into containers that have all the necessary dependencies and tools for compiling an application on any operating system. Containers enable the coexistence of legacy … The post A Quick Guide on How to Containerize Your Application Using Docker appeared first on Simple Talk.

  • SQL Bulk Insert Command Examples

    Updated: 2024-05-10 05:00:00
    Learn about the SQL Server BULK INSERT command and how to use it to import text data in a SQL Server database table.

  • Build a Secure SQL Server REST API in Minutes

    Updated: 2024-05-10 05:00:00
    Learn how to build a secure SQL Server REST API in minutes with DreamFactory which is middleware that connects all of your applications across the enterprise in a secure manner.

  • SELECT TOP 10 SQL Examples

    Updated: 2024-05-09 05:00:00
    In this article, we look at various ways to use SQL SELECT TOP to return a certain number or percentage of rows when selecting data.

  • Edit The JSON of a Fabric Pipeline

    Updated: 2024-05-08 21:41:21
    A Fabric Pipeline uses JSON as source code. They are also saved in repositories as JSON. We first idea we get is editing the pipeline in JSON format. We can copy the JSON and create new pipelines with small variations, making changes directly on the JSON. However, at first sight we get disappointed, because the … The post Edit The JSON of a Fabric Pipeline appeared first on Simple Talk.

  • Data Quality Management Issues in Time Series Analysis Resolved with Python

    Updated: 2024-05-08 05:00:00
    In this tutorial, we delve into critical aspects of data quality management when working with time-series data and we will use Python to demonstrate.

  • Mastering SQL Server Local and Global Temporary Tables

    Updated: 2024-05-07 05:00:00
    In this article, we walk through the syntax for creating SQL Server local and global temporary tables and some use cases for when and how to use them.

  • How to Build Metadata Driven Pipelines in Microsoft Fabric

    Updated: 2024-05-06 16:07:53
    Over the past years, “traditional” ETL development has morphed into data engineering, which has a more disciplined software engineering approach. One of the benefits of having a more code-based approach in data pipelines is that it has become easier to build metadata driven pipelines. What does this mean exactly? Say for example you need to … The post How to Build Metadata Driven Pipelines in Microsoft Fabric appeared first on Simple Talk.

  • how to check trigger status in oracle

    Updated: 2024-05-06 09:20:33
    Triggers are an important construct in Oracle. These are the codes that are fired when a row is updated, inserted, or deleted in the Oracle table. Let’s find out how to check trigger status in Oracle, how to check trigger definition in Oracle, How to find all Trigger in the table, and many more How … how to check trigger status in oracle Read More » The post how to check trigger status in oracle appeared first on Techgoeasy.

  • How to Compile Invalid objects in Oracle

    Updated: 2024-05-06 09:04:36
    Oracle database is a complex system and objects are interrelated and have dependencies. Like a package may depend on a certain Oracle table, view or synonym. So objects may go invalid in case of deployments of new objects, alter table commands, packages, views, and synonyms. Now let’s find out how to find the invalid objects … How to Compile Invalid objects in Oracle Read More » The post How to Compile Invalid objects in Oracle appeared first on Techgoeasy.

  • Azure Synapse Analytics and Power BI Integration

    Updated: 2024-05-06 05:00:00
    In this article, learn how to integrate Power BI reports with data from Azure Synapse Analytics in this step-by-step tutorial.

  • Headless CMS (Content Management Systems): Contrasting Git-Based and API-Based

    Updated: 2024-05-03 17:31:24
    The presentation layer of a headless CMS is separated from the content management system itself, making it a backend-only system for managing, creating, and storing material. Content presentation (how the content is shown on websites or applications) and content creation are handled by the content management system in a standard CMS. Headless CMSes have evolved … The post Headless CMS (Content Management Systems): Contrasting Git-Based and API-Based appeared first on Simple Talk.

  • Microsoft Fabric Lakehouse OPTIMIZE and VACUUM to Cleanup Parquet Files

    Updated: 2024-05-03 05:00:00
    In this article, we will explain how the OPTIMIZE and VACUUM commands can assist in maintaining the tables in the Microsoft Fabric Lakehouse.

  • How ASM Failure Groups and CSS provide high availability

    Updated: 2024-05-02 06:29:35
    Skip to content Home Oracle Menu Toggle Oracle database Oracle Ebusiness Suite Oracle weblogic Oracle Performance Tuning Oracle Hyperion Oracle Cloud Tutorials SQL interview questions Linux PHP and HTML Downloads Main Menu About Us Contact Us Download pdf for Oracle Weblogic Unix General Useful Stuffs Hire me Interview Questions Linux Tutorials New Start Here Oracle Tutorials Menu Toggle Oracle Cloud Tutorials Oracle database administration tutorial Oracle EBS 11i R12 R12.1 R12.2 Oracle Hyperion Oracle Performance Tuning Oracle Weblogic Administration Tutorials PHP and HTML Tutorials Privacy Policy Sql tutorial for Oracle MySQL Home » Oracle » How ASM Failure Groups and CSS provide high availability How ASM Failure Groups and CSS provide high availability Leave a Comment By techgoeasy

  • How to setup OTA in R12, R12.2 and 11i

    Updated: 2024-05-02 06:05:22
    OTA(Oracle Transport Agent) for XML gateway is an important feature. we will be discussing here how to enable OTA in R12, R12.1 and R12.2  and 11i. EBS 11i In EBS Release 11i instances where OTA was utilized, OTA ran under Jserv having its properties set in the files found in the directory:$IAS_ORACLE_HOME/Apache/Jserv/etc11.5.9 – jserv.properties11.5.10/11.5.10.2 – … How to setup OTA in R12, R12.2 and 11i Read More » The post How to setup OTA in R12, R12.2 and 11i appeared first on Techgoeasy.

  • AZ 104 Exam Preparation for Microsoft Azure Administrators

    Updated: 2024-05-01 05:00:00
    Get ready for and pass the Microsoft Azure Administrators AZ-104 Exam with this study guide with lots of useful resources.

  • How to check Package version in EBS R12

    Updated: 2024-04-30 11:27:09
    Oracle Database Packages are widely used in EBS R12. We have thousands of Packages in the Apps schema. These packages are loaded and modified in the Oracle database using adpatch or adop using the files in the $PRODUCT_TOP/patch/115/sql/*pls. In this article, we will see How to check Package version in EBS R12 Sometimes, we have … How to check Package version in EBS R12 Read More » The post How to check Package version in EBS R12 appeared first on Techgoeasy.

  • How to use GitHub Actions to Deploy Database Changes After a Commit

    Updated: 2024-04-30 05:00:00
    In this article, we look at how to use GitHub Actions to deploy database changes after a commit to the Main branch in a GitHub repository.

  • SQL Server Temporary Stored Procedures

    Updated: 2024-04-29 05:00:00
    Learn about creating stored procedures in the SQL Server tempdb database and why you might want to create temporary stored procedures.

  • Microsoft Fabric Lakehouse Table Maintenance Options for High Performance - Part 1

    Updated: 2024-04-26 05:00:00
    In this tip, we'll discuss the various maintenance options for ensuring performance doesn't degrade for lakehouse tables when using Microsoft Fabric.

  • Troubleshoot SQL Server Always On Availability Groups with SQL LogScout

    Updated: 2024-04-25 05:00:00
    In this article, we take a look at SQL LogScout which is a log analysis tool that can help you troubleshoot SQL Server errors by using the available log files on the system.

  • Read Data Stored in a Lake Database using Azure Synapse Analytics

    Updated: 2024-04-25 05:00:00
    In this article, we look at how to read data stored in a lake database using Azure Synapse Analytics to help reduce overall Azure costs.

  • SQL Server Agent Jobs, Automation and Email Notification

    Updated: 2024-04-24 05:00:00
    SQL Server Agent can be a very useful to automate and schedule SQL Server tasks. In this article, we look at how to get it set up, create jobs, and send email notifications.

  • How to Visualize Time Series Data using Microsoft Excel

    Updated: 2024-04-23 05:00:00
    In this article, we look at how to visualize time-series data using Excel with a walkthrough of how this is done with a sample dataset.

  • Serverless Microservice Computing Concepts and Architecture

    Updated: 2024-04-23 05:00:00
    Learn about the concept of serverless microservices and how this architecture could be used to support your applications.

  • Time Series Forecasting using Python Prophet

    Updated: 2024-04-22 05:00:00
    Learn how to use the Python library Prophet for time series forecasting to predict a target variable over a period.

Previous Months Items

Apr 2024 | Mar 2024 | Feb 2024 | Jan 2024 | Dec 2023 | Nov 2023